home *** CD-ROM | disk | FTP | other *** search
- Path: bavi.unice.fr!desnogue
- From: desnogue@bavi.unice.fr (Laurent.DESNOGUES)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Format of executable files
- Date: 8 Mar 1996 11:09:54 GMT
- Organization: University of Nice - Sophia Antipolis, France
- Message-ID: <4hp4i2$7a9@malibu.unice.fr>
- Reply-To: desnogue@aiguemarine.unice.fr
- NNTP-Posting-Host: bavi.unice.fr
- Keywords: excutable, hunks
-
- Hello,
-
- I found a great disassembly program (ADis 1.3)
- that I'd like to port to Unix since I don't own
- any Amiga and would like to disassemble some 68k
- programs that are not Amiga ones. In order to
- be able to disassemble these programs I will
- first convert them to executable Amiga file
- format and then process them with ADis.
-
- The only problem I have is knowing the values
- of the following defines:
-
- #define HUNK_HEADER 0x3F3
- #define HUNK_OVERLAY
- #define HUNK_BREAK
- #define HUNK_CODE
- #define HUNK_DATA
- #define HUNK_BSS
- #define HUNK_END
- #define HUNK_RELOC32
- #define HUNK_SYMBOL
- #define HUNK_DREL32
- #define HUNK_RELOC32SHORT
-
- I've already found the first one but would like
- to know what I should put in the other defines...
-
- Thanks,
-
- Laurent
-